Class symantec.itools.db.beans.binding.NameEditor
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.binding.NameEditor
Object
|
+----Component
|
+----Container
|
+----Panel
|
+----symantec.itools.db.beans.binding.NameEditor
- public class NameEditor
- extends Panel
- implements PropertyEditor, FocusListener
-
symantec.itools.db.beans.binding.NameEditor()
-
-
addPropertyChangeListener(PropertyChangeListener)
-
-
changeName(Name)
-
-
focusGained(FocusEvent)
-
-
focusLost(FocusEvent)
-
-
getAsText()
-
-
getCustomEditor()
-
-
getJavaInitializationString()
-
-
getTags()
-
-
getValue()
-
-
isPaintable()
-
-
paintValue(Graphics, Rectangle)
-
-
removePropertyChangeListener(PropertyChangeListener)
-
-
setAsText(String)
-
-
setValue(Object)
-
-
supportsCustomEditor()
-
NameEditor
public NameEditor()
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener l)
changeName
protected void changeName(Name n)
focusGained
public void focusGained(FocusEvent fe)
focusLost
public void focusLost(FocusEvent fe)
getAsText
public java.lang.String getAsText()
getCustomEditor
public java.awt.Component getCustomEditor()
getJavaInitializationString
public java.lang.String getJavaInitializationString()
getTags
public java.lang.String[] getTags()
getValue
public java.lang.Object getValue()
isPaintable
public boolean isPaintable()
paintValue
public void paintValue(Graphics gfx,
Rectangle Box)
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener l)
setAsText
public void setAsText(String s) throws IllegalArgumentException
setValue
public void setValue(Object o)
supportsCustomEditor
public boolean supportsCustomEditor()
All Packages Class Hierarchy This Package Previous Next Index